google.golang.org/grpc.dialOptions.timeout (field)
4 uses
google.golang.org/grpc (current package)
clientconn.go#L314: if cc.dopts.timeout > 0 {
clientconn.go#L316: ctx, cancel = context.WithTimeout(ctx, cc.dopts.timeout)
dialoptions.go#L81: timeout time.Duration
dialoptions.go#L474: o.timeout = d
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)